home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / misc / unix / tracker_4_3.lzh / tracker / Linux / config.h < prev   
Encoding:
C/C++ Source or Header  |  1994-02-13  |  529 b   |  30 lines

  1. /* config.h 
  2.     vi:se ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. #include <stdio.h>
  8.  
  9.  
  10. /* #define SOLARIS */
  11.  
  12. /* Don't use protos, because gcc doesn't like structures in parameters
  13.  * and mixing protos with non-protos style */
  14. /* #define P(args) args */
  15. #define P(x) ()
  16.  
  17. /* #define ID(x) */
  18. #define ID(x)  LOCAL char *id = x ;
  19. #define USE_AT_EXIT
  20.  
  21. /* #define KLUDGE_TAG */
  22. #define GZIP         
  23. /* #define FORKING    */
  24. /*    #define void        */
  25.  
  26. typedef void *GENERIC;
  27. /* typedef char *GENERIC; */
  28.  
  29. #undef MALLOC_NOT_IN_STDLIB
  30.